home *** CD-ROM | disk | FTP | other *** search
/ Programming Windows 95 / Programming Windows 95.iso / code / CHAP04 / EZFONT.H < prev    next >
Encoding:
Text File  |  1996-01-01  |  355 b   |  12 lines

  1. /*----------------------
  2.    EZFONT.H header file
  3.   ----------------------*/
  4.  
  5. HFONT EzCreateFont (HDC hdc, char * szFaceName, int iDeciPtHeight,
  6.                     int iDeciPtWidth, int iAttributes, BOOL fLogRes) ;
  7.  
  8. #define EZ_ATTR_BOLD          1
  9. #define EZ_ATTR_ITALIC        2
  10. #define EZ_ATTR_UNDERLINE     4
  11. #define EZ_ATTR_STRIKEOUT     8
  12.